home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 2000 July
/
Software of the Month - Ultimate Collection Shareware 274.iso
/
mac
/
MyABCD
/
GAMES.SWF
/
scripts
/
DefineButton2_412
/
BUTTONCONDACTION on(rollOver).as
< prev
Wrap
Text File
|
1999-10-24
|
185b
|
11 lines
on(rollOver){
count += "1";
tellTarget("/9")
{
gotoAndStop(2);
setProperty("/9", _X, "360");
setProperty("/9", _Y, "275");
stopDrag();
}
}